ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValueByName Method / SetValueByName<T>(String,PropertyType,T) Method
Name of the property
Property type.
Value of the property

In This Topic
    SetValueByName<T>(String,PropertyType,T) Method
    In This Topic
    Sets the named property to the given value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetValueByName(Of T As {New, Struct})( _
       ByVal name As System.String, _
       ByVal type As PropertyType, _
       ByVal value As T _
    ) 
    public void SetValueByName<T>( 
       System.string name,
       PropertyType type,
       T value
    )
    where T: new(), struct

    Parameters

    name
    Name of the property
    type
    Property type.
    value
    Value of the property

    Type Parameters

    T
    See Also